Release 10.1A: OpenEdge Development:
Progress Dynamics Managers API Reference


insertSupportedLink

This procedure adds or updates a supported link record for a class.

Location: ry\app\rydesmngrp.p

Parameters:

INPUT pcClassName AS CHARACTER

The name of the class for which the link is supported. This is a mandatory parameter. Blanks and Unknown values(?) are not allowed.

INPUT pcLinkName AS CHARACTER

The name of the link being added. Only valid links from the smartlink_type table are allowed. This is a mandatory parameter. Blanks and Unknown values(?) are not allowed.

INPUT plDeactivateOnHide AS LOGICAL

Whether or not this type of link is automatically deactivated when the object is hidden. If YES, the link is deactivated when the object is hidden, and activated when the object is viewed. The Unknown value(?) keeps the existing value.

INPUT plIsLinkSource AS LOGICAL

Whether or not this type of object can be a source for the specified link. If YES, the object can be the source for the link. The Unknown value(?) keeps the existing value.

INPUT plIsLinkTarget AS LOGICAL

Whether or not this type of object can be a target for the specified link. If YES, the object can be the target for the link. The Unknown value(?) keeps the existing value.

OUTPUT pdSupportedLinkObj AS DECIMAL

The object id of the updated record.

Notes: None


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095